home *** CD-ROM | disk | FTP | other *** search
/ Commodore Disk User Volume 4 #11 / Commodore_Disk_User_Vol.4_11_1991_-.d64 / sprite ed note (.txt) < prev    next >
Commodore BASIC  |  2022-10-26  |  924b  |  27 lines

  1. 5 cr$=chr$(34)
  2. 10 poke53280,0:poke53281,0:print"[147]"
  3. 20 print" there are two versions of the sprite"
  4. 30 print" editor on this disk or tape."
  5. 40 print" one version exists in memory from:"
  6. 50 print" $6000 to $7c00."
  7. 60 print" to use this load the file with"
  8. 70 print" load"cr$"sprite ed.$6000"cr$",8,1 - for disk"
  9. 80 print" or
  10. 90 [153]" load"cr$"sprite ed.$6000"cr$",1,1 - for tape"
  11. 100 [153]" to start the editor type:"
  12. 110 [153]" sys 24576
  13. 120 print"          any key to continue[146]"
  14. 130 wait198,1
  15. 140 print" the other version uses two files"
  16. 150 print" one which exists from $c000 to $d000"
  17. 160 print" the other from $6800 to $7c00"
  18. 170 print" to use this version both files must be"
  19. 180 print" loaded before trying to use the editor."
  20. 190 print" load these files with:"
  21. 200 print" load"cr$"code1 c000-d000"cr$",dev,1
  22. 210 [153]" load"cr$"code2 6800-7c00"cr$",dev,1
  23. 220 print" where dev = 1 for tape"
  24. 230 print" or    dev = 8 for disk."
  25. 240 print" to start the program use:"
  26. 250 print" sys 49152"
  27.